home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 19 code / SimpliFace_V2 / make.out < prev    next >
Encoding:
Text File  |  1994-05-01  |  1.2 KB  |  13 lines  |  [TEXT/MPS ]

  1. Echo "∂t∂tCompiling ScriptableObjects.cp"
  2.     FilterCPlusOutput :Sources:ScriptableObjects.cp -o :Objects:ScriptableObjects.cp.o  {MyPreCPlusOptions} -model near -sym on,nolines -mf -b2 -opt full -w1 -z15 -z17 -y "{Boot}" {SymbolOption} {ModelOption} {MyCPlusOptions} -i "{CIncludes}" -i ":Sources:"
  3. Echo "∂t∂tLinking :Objects:SimpliFace2.obj"
  4. ILink {SymbolOption} -model near -d -t APPL -c SIMF -o :Objects:SimpliFace2.obj ":Objects:Application.cp.o" ":Objects:SimpliFace2.cp.o" ":Objects:WindowObj.cp.o" ":Objects:ScriptableObjects.cp.o" ":Objects:ScriptUtils.cp.o" ":Objects:ObjModelEvents.cp.o" ":Objects:ObjModelTokens.cp.o" ":Objects:PascalString.cp.o" ":Objects:ListOfLongs.cp.o" ":Objects:DebugTrace.cp.o" "{Libraries}Runtime.o" "{Libraries}Interface.o" "{CLibraries}"CPluslib.o "{CLibraries}"StdCLib.o "{PLibraries}"PasLib.o "{Libraries}"AEObjectSupportLib.o ":Sources:"DebugTranscript.lib ":Sources:"AEGizmosWithGlobals.lib
  5.     If `exists ":Objects:SimpliFace2.obj.SYM"`
  6.         move -y ":Objects:SimpliFace2.obj.SYM" ":Built:SimpliFace2.SYM"
  7.     end
  8. Echo "∂t∂tRezzing :Built:SimpliFace2"
  9. Rez -t APPL -c SIMF -s ":Objects:" ∂
  10.     -i ":Sources:" ∂
  11.     -i "{RIncludes}" -i ":Objects:" -o :Built:SimpliFace2 ":Sources:SimpliFace2.r"
  12. SetFile -a iB :Built:SimpliFace2
  13.